home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Old Testament Foundatiosn with Philip Yancey
/
Old Testament Foundatiosn with Philip Yancey - Disc 1.iso
/
pc
/
data
/
pkintro.dir
/
00001.ls
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-09-06
|
228 b
|
10 lines
on startMovie
global gOnIBM, gPlatformIntroFile
identifyPlatform()
if gOnIBM then
set gPlatformIntroFile to the pathName & "introwin.dir"
else
set gPlatformIntroFile to the pathName & "intromac.dir"
end if
end